home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-05-07 | 757 b | 37 lines |
- TREE= /usr/postgres
- OD= /usr/postgres/obj.linux
- SD= /usr/postgres/src
- PORTNAME= linux
- PORTDIR= port/linux
- PORTLDFLAGS= # -static
-
- GCFLAGS= -O2 # -g -Wmissing-prototypes -DNO_ASSERT_CHECKING
- BKIFLAGS=
- LDFLAGS= $(GCFLAGS)
- CFLAGS= $(GCFLAGS) \
- -I$(SD)/lib/H \
- -I$(SD)/lib/H/obsolete \
- -I$(OD)/lib/H \
- -I$(SD)/$(PORTDIR) \
- -D__USE_BSD_SIGNAL
- DIRS= ./dirs.mk
- LIBS= -lm -lipc
- DEMOCCOPTS=
- #
- # Makefile for making the object files to be loaded
- # into the video.
- # $Header: /private/postgres/video/RCS/makefile.source,v 1.1 1991/11/19 22:53:17 mer Exp $
- #
- .SUFFIXES: .temp .pq
-
- all: set-up-1.pq
-
- clean:
- rm -f *.pq
-
- set-up-1.pq: set-up-1.temp
-
- .temp.pq:
- -@ echo "producing the setup script $(@F)" ; \
- C=`pwd`; sed -e "s:_CWD_:$$C:" < $(<F) > $(@F)
-